Skip to content

Conversation

@tautschnig
Copy link
Collaborator

Mathematical integers were wrongly considered "OTHER," resulting in
missing type casts as demonstrated by the included regression test.

  • Each commit message has a non-empty body, explaining why the change was made.
  • n/a Methods or procedures I have added are documented, following the guidelines provided in CODING_STANDARD.md.
  • n/a The feature or user visible behaviour I have added or modified has been documented in the User Guide in doc/cprover-manual/
  • Regression or unit tests are included, or existing tests cover the modified code (in this case I have detailed which ones those are in the commit message).
  • n/a My commit message includes data points confirming performance improvements (if claimed).
  • My PR is restricted to a single feature or bugfix.
  • n/a White-space or formatting changes outside the feature-related changed lines are in commits of their own.

@codecov
Copy link

codecov bot commented Apr 13, 2021

Codecov Report

Merging #6030 (ef1f40a) into develop (c4deb56) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #6030   +/-   ##
========================================
  Coverage    75.98%   75.99%           
========================================
  Files         1524     1524           
  Lines       164244   164246    +2     
========================================
+ Hits        124809   124814    +5     
+ Misses       39435    39432    -3     
Impacted Files Coverage Δ
src/ansi-c/c_typecast.cpp 79.56% <100.00%> (+0.38%) ⬆️
src/ansi-c/c_typecheck_type.cpp 76.50% <0.00%> (+0.11%) ⬆️
src/util/format_type.cpp 66.15% <0.00%> (+1.53%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 62dc70a...ef1f40a. Read the comment docs.

@tautschnig tautschnig force-pushed the integer-promotion branch from d760410 to d98b693 Compare May 7, 2021 06:13
@tautschnig tautschnig force-pushed the integer-promotion branch 2 times, most recently from 7824a1e to 65d210e Compare August 13, 2021 12:40
Mathematical integers were wrongly considered "OTHER," resulting in
missing type casts as demonstrated by the included regression test.
@kroening kroening merged commit dbb6a4d into diffblue:develop Dec 1, 2021
@tautschnig tautschnig deleted the integer-promotion branch December 1, 2021 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants